Interface FormatterInterface

Summary

Fully Qualified Name: CodeIgniter\Format\FormatterInterface

Description

Formatter interface

Methods

Name Description Defined By
format() Takes the given data and formats it. FormatterInterface

Method Details

format()

Takes the given data and formats it.

Parameter Name Type Description
$data string|array

Returns: mixed

Top